home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / MiBalloonoid 1.0.cpt / MiBalloonoid 1.0 / MiBalloons.r < prev    next >
Text File  |  1991-04-30  |  2KB  |  113 lines

  1. /*    Rez file for balloon document "Mi Balloons" */
  2. /*    Created Apr 30, 1991 at 4:06 PM */
  3.  
  4. #include "Types.r"
  5. #include "BalloonTypes.r"
  6.  
  7. resource 'hmnu' (130,"MiBalloonoid") {
  8.     HelpMgrVersion,
  9.     hmDefaultOptions,
  10.     0,
  11.     0,
  12.     HMSkipItem { },
  13.     {
  14.  
  15.         HMTEResItem {        /* Menu Title */
  16.             1000,
  17.             0,
  18.             0,
  19.             0
  20.         },
  21.         HMCompareItem {
  22.         "Show Balloons",
  23.         HMTEResItem {        /* item 1:Show Balloons */
  24.                 1001,
  25.                 0,
  26.                 0,
  27.                 0
  28.         }
  29.         },
  30.         HMCompareItem {
  31.         "Hide Balloons",
  32.         HMTEResItem {        /* item 1:Hide Balloons */
  33.                 1002,
  34.                 0,
  35.                 0,
  36.                 0
  37.         }
  38.         },
  39.                     HMSkipItem { },
  40.         HMTEResItem {        /* item 3:Do This */
  41.             1003,
  42.             0,
  43.             0,
  44.             0
  45.         },
  46.         HMTEResItem {        /* item 4:Do That */
  47.             1004,
  48.             0,
  49.             0,
  50.             0
  51.         },
  52.         HMTEResItem {        /* item 5:Disabled Item */
  53.             0,
  54.             1005,
  55.             0,
  56.             0
  57.         }
  58.     }
  59. };
  60.  
  61.  
  62.  
  63. data 'styl' (1000, "Balloon Help String 1") { $"0000" };
  64.  
  65. data 'TEXT' (1000, "Balloon Help String 1") {
  66.         /* Menu Title, Normal */
  67.             "MiBalloonoid Menu\$0D\$0DUse the menu to test the various fea"
  68.             "tures of MiBalloonoid.  It's really keen under System 7!"
  69. };
  70.  
  71. data 'styl' (1001, "Balloon Help String 2") { $"0000" };
  72.  
  73. data 'TEXT' (1001, "Balloon Help String 2") {
  74.         /* Show Balloons, Normal */
  75.             "Use this to turn the balloon help system on.  It can also b"
  76.             "e turned on by selecting Show Balloons from System 7's help "
  77.             "menu."
  78. };
  79.  
  80. data 'styl' (1002, "Balloon Help String 3") { $"0000" };
  81.  
  82. data 'TEXT' (1002, "Balloon Help String 3") {
  83.         /* Hide Balloons, Normal */
  84.             "Use this to turn the balloon help system off.  It can also "
  85.             "be turned on by selecting Hide Balloons from System 7's help"
  86.             " menu."
  87. };
  88.  
  89. data 'styl' (1003, "Balloon Help String 4") { $"0000" };
  90.  
  91. data 'TEXT' (1003, "Balloon Help String 4") {
  92.         /* Do This, Normal */
  93.             "This doesn't do anything but demonstrate how MiBalloonoid h"
  94.             "andles balloons for menu items."
  95. };
  96.  
  97. data 'styl' (1004, "Balloon Help String 5") { $"0000" };
  98.  
  99. data 'TEXT' (1004, "Balloon Help String 5") {
  100.         /* Do That, Normal */
  101.             "This doesn't do anything but demonstrate how MiBalloonoid h"
  102.             "andles balloons for menu items."
  103. };
  104.  
  105. data 'styl' (1005, "Balloon Help String 6") { $"0000" };
  106.  
  107. data 'TEXT' (1005, "Balloon Help String 6") {
  108.         /* Disabled Item, Grayed */
  109.             "This item is disabled because it is a test to show how to s"
  110.             "upply a help message under System 7.  Under System 6, this h"
  111.             "elp message won't be displayed."
  112. };
  113.